home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gamtlk11.zip / source.zip / CARIBBEAN POKER / CPOKER.ICC < prev    next >
Text File  |  1999-12-14  |  732b  |  20 lines

  1. option ProjectOptions = gen(arch, "pentium"), gen(rtti, "all"), opt(tune, "pentium"), 
  2.                         incl(searchpath, "..\\"), macros(global, "yes")
  3. {
  4. option lang(nokeyword, "bool"), lang(nokeyword, "true"), lang(nokeyword, "false"), 
  5.        link(linkwithmultithreadlib, "yes"), link(padding, "no"), link(pmtype, "pm"), 
  6.        define("IC_LANG_BOOL", "0"), define("_X86_", ), define("IVB_IMPORT", "_Import"), 
  7.        incl(searchpath, ".")
  8. {
  9.    target type(exe) "CPoker.exe"
  10.    {
  11.       source type(cpp) "Hand.CPP"
  12.       source type(cpp) "Command.CPP"
  13.       source type(cpp) "Profile.CPP"
  14.       source type(cpp) "CPoker.CPP"
  15.       source type(hpp) "CPoker.HPP"
  16.       source type(rc)  "CPoker.RC"
  17.    }
  18. }
  19. }
  20.